docs: Add related community resources section#1
Open
XelaNull wants to merge 1 commit intoDukefarming:mainfrom
Open
docs: Add related community resources section#1XelaNull wants to merge 1 commit intoDukefarming:mainfrom
XelaNull wants to merge 1 commit intoDukefarming:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @Dukefarming! 👋
I came across your FS25-lua-scripting repo while researching resources for FS25 modding. Having the raw Lua source from the dataS folder available (267 files!) is incredibly helpful - especially for understanding how Giants implements things internally. Thanks for putting this together!
I've been working on a complementary resource called the FS25 AI Coding Reference as part of my UsedPlus mod development. It focuses on battle-tested implementation patterns and common pitfalls - the "how do I actually build X?" questions that come up during modding.
What the AI Coding Reference includes:
Topics covered:
I also discovered @umbraprior's FS25 Community LUADOC which has comprehensive API documentation (1,661 pages covering 11,102 functions!).
Together, these three resources form something of a trifecta for FS25 modders:
I've already added links to both your repo and umbraprior's in my documentation: see here
This PR simply adds a small "Related Community Resources" section to your README with links to the other two resources. I'm not asking for prominent placement - just a small mention so modders can discover all three. Feel free to adjust the placement or wording however you'd like!
I'm also reaching out to umbraprior with a similar PR.
Thanks for your contribution to the FS25 modding community! 🚜